Replacing pandas-profiling (deprecated) with ydata-profiling#183
Replacing pandas-profiling (deprecated) with ydata-profiling#183trangdata merged 2 commits intoEpistasisLab:masterfrom
pandas-profiling (deprecated) with ydata-profiling#183Conversation
the previously known pandas-profiling is now part of a bigger project and is decoupling from the idea that is intended to be used only with dataframes. The name of the package has changed, and the last version of `pandas-profiling` was released more than a year ago. The github workflow for profiling new datasets is not working as it should, due to deprecated dependences.
|
Thanks for this @gAldeia! I'm struggling to resolve the action error related to reticulate at the moment. Any insight would be much appreciated! 🙏🏽 |
|
Hi @trangdata! I actually saw your PR a few moments after creating it. Sorry for the duplicate. I decided to keep mine to remind us to change the docs, regardless of which PR will be merged. In fact, I spent the last two days trying to debug this reticulate error. I will keep working on it, and if I figure out how to solve it I will let you know! |
|
Thanks so much @gAldeia. Have you got any further in your investigation of this issue? 🙏🏽 |
|
@trangdata Unfortunatelly not :( |
The previously known pandas profiling is now part of a bigger project and is decoupling from the idea that it is intended to be used only with data frames.
The package's name has changed, and the last version of
pandas-profilingwas released over a year ago.The GitHub workflow for profiling new datasets is not working as it should due to deprecated dependencies.
I am trying to submit new datasets, and have been facing some issues related to
pandas-profilng. It seems that one of its dependencies has migrated (https://docs.pydantic.dev/2.0/migration/#basesettings-has-moved-to-pydantic-settings, also see the GitHub actions error when runningpython -m pmlb.profiling). After looking at the PyPI docs (https://pypi.org/project/pandas-profiling/), I found that we should just replace the package, and it should be fine.Please let me know if there is any changes that I should make.
Thank you for the attention and for reviewing this PR!